home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
10828
/
10828.xpi
/
chrome
/
content
/
newTabKingOverlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-07
|
3KB
|
79 lines
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE overlay SYSTEM "chrome://newtabking/locale/newtabking.dtd">
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://newtabking/skin/ntkoverlay.css" type="text/css"?>
<overlay id="newTabKingOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="newTabKingOverlay-min.js"/>
<script type="application/x-javascript" src="thumbnails-min.js"/>
<statusbar id="status-bar">
<statusbarpanel id="ntk-status-bar" insertafter="fbStatusBar" onmousedown="NewTabKing.taskbarLoad();">
<image id="ntk-statusicon" style="cursor:pointer;" src="chrome://newtabking/content/ntkExt16x16.png" tooltiptext="&newtabking.tooltip;"/>
</statusbarpanel>
</statusbar>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="ntk-toolbarbutton"
type="button"
class="toolbarbutton-1 chromeclass-toolbar-additional"
label="&newtabking.label;"
tooltiptext="&newtabking.tooltip;"
oncommand="NewTabKing.taskbarLoad()">
</toolbarbutton>
</toolbarpalette>
<window id="main-window">
<commandset id="newtabking-commandset">
<command id="newtabking-command"
oncommand="NewTabKing.taskbarLoad();"/>
</commandset>
<keyset id="newtabking-keyset">
<key id="newtabking-key"
modifiers="accel,alt"
key="N"
command="newtabking-command"/>
</keyset>
<!--
<vbox hidden="false" id="ntk_iframe_container" style="background-color:#ffffff;position:fixed;left:0px;top:0px;height:1px;min-height:1px">
<tabbox id="ntk_tabs_list" selectedIndex="0" style="background-color:transparent;padding:0px;border-style: none;">
<tabs hidden="true">
<tab/>
<tab/>
</tabs>
<tabpanels id="ntk_tabpanels_element" style="background-color:transparent;padding:0px;border-style: none;">
<tabpanel style="background-color:transparent;padding:0px;border-style: none;">
<browser id="ntk_iframe" src="chrome://newtabking/content/window.xul" style="width:1px;height:1px;min-height:1px"/>
</tabpanel><tabpanel style="background-color:transparent;padding:0px;border-style: none;"></tabpanel>
</tabpanels>
</tabbox>
</vbox>
-->
</window>
<menupopup id="menu_ToolsPopup">
<menuitem id="newtabking-open-newtabking"
class="menuitem-iconic"
label="&newtabking.label;"
command="newtabking-command"
accesskey="N"
position="22"
key="newtabking-key"/>
</menupopup>
</overlay>
<!--
<commandset id="mainCommandSet">
<command id="cmd_newNavigatorTab"
oncommand="NewTabKing.BrowserOpenTab(null);"/>
</commandset>
-->